home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / spoc88 / tbcoml / descript.cis next >
Text File  |  1988-06-22  |  359b  |  8 lines

  1. "Command-Line Parameters in Turbo Basic" -- Duke Kamstra
  2. Turbo Basic can return the entire command line string with its COMMAND$
  3. built-in function, but it does nothing to count or separate parameters.
  4. The author presents two functions, one to count parameters and the other to
  5. store them in an array.
  6.  
  7. TURBO BASIC COMMAND LINE PARAMETERS STRINGS TAIL
  8.